home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 2000 July
/
CD 3
/
redhat-6.2.iso
/
RedHat
/
instimage
/
usr
/
lib
/
python1.5
/
site-packages
/
pyglade
/
__init__.py
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2000-02-16
|
282 b
|
15 lines
__all__ = ['build', 'style', 'xmlparse']
import build, xmlparse
def construct(filename):
tree = xmlparse.read(filename)['gtk-interface']
wtree = build.WidgetTree(tree)
tree.destroy()
return wtree
# for ni ...
try:
__.__dict__['construct'] = construct
except NameError:
pass